alias /votebooth {
  /window -al +Ltn  @votebooth
  /clear @votebooth
  /aline @votebooth $mirc $a
  /aline @votebooth ============================================================
  /aline @votebooth Topic $c1 %vreason $c2
  /aline @votebooth Timer $c1 %votetimer $c2
  /aline @votebooth Channel $c1 %votechan $c2
  /aline @votebooth ============================================================
  /aline @votebooth Copyright SuperZero inc.
}
menu @votebooth {
  dclick {
    if ($1 == 1) { halt }
    if ($1 == 2) { halt }
    if ($1 == 3) { set %vreason $?="What topic do you wish to vote on? (must be yes or no) $crlf $+ To Unset Press 'Cancel"' | clear | votebooth | halt }
    if ($1 == 4) { set %votetimer $?="How many seconds do they have to vote? $crlf $+ To Unset Press 'Cancel"' | clear | votebooth | halt }
    if ($1 == 5) { set %votechan $?="What channel do you want to open booth in? $crlf $+ To Unset Press 'Cancel"' | clear | votebooth | halt }
    if ($1 == 6) { halt }
    if ($1 == 7) { halt }
  }
}
